type github.com/klauspost/compress/huff0.bitReaderBytes

14 uses

	github.com/klauspost/compress/huff0 (current package)
		bitreader.go#L19: type bitReaderBytes struct {
		bitreader.go#L27: func (b *bitReaderBytes) init(in []byte) error {
		bitreader.go#L52: func (b *bitReaderBytes) peekByteFast() uint8 {
		bitreader.go#L57: func (b *bitReaderBytes) advance(n uint8) {
		bitreader.go#L64: func (b *bitReaderBytes) fillFast() {
		bitreader.go#L77: func (b *bitReaderBytes) fillFastStart() {
		bitreader.go#L85: func (b *bitReaderBytes) fill() {
		bitreader.go#L104: func (b *bitReaderBytes) finished() bool {
		bitreader.go#L108: func (b *bitReaderBytes) remaining() uint {
		bitreader.go#L113: func (b *bitReaderBytes) close() error {
		decompress.go#L238: 	var br bitReaderBytes
		decompress.go#L538: 	var br bitReaderBytes
		decompress.go#L627: 	var br [4]bitReaderBytes
		decompress.go#L862: 	var br [4]bitReaderBytes